Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestfilesystem.c20 char *base_path; in main() local
31 base_path = SDL_GetBasePath(); in main()
32 if(base_path == NULL){ in main()
36 SDL_Log("base path: '%s'\n", base_path); in main()
37 SDL_free(base_path); in main()
/AliOS-Things-master/components/py_engine/tests/
A Drun-tests16 def base_path(*p): function
34 MPYCROSS = os.getenv('MICROPY_MPYCROSS', base_path('../mpy-cross/mpy-cross'))
237 def run_feature_check(pyb, args, base_path, test_file): argument
280 output = run_feature_check(pyb, args, base_path, 'int_big.py')
285 output = run_feature_check(pyb, args, base_path, 'bytearray.py')
290 output = run_feature_check(pyb, args, base_path, 'set_check.py')
295 output = run_feature_check(pyb, args, base_path, 'slice.py')
305 output = run_feature_check(pyb, args, base_path, 'const.py')
653 sys.path.append(base_path('../engine/tools'))
659 sys.path.append(base_path('../engine/tools'))
[all …]

Completed in 3 milliseconds