Home
last modified time | relevance | path

Searched refs:path_exists (Results 1 – 5 of 5) sorted by relevance

/system/extras/torq/src/
Dvalidate_simpleperf.py19 from .utils import path_exists, dir_exists
31 and path_exists(os.environ["ANDROID_BUILD_TOP"] + BUILDER_SCRIPT)):
58 path_exists(TEMP_CACHE_BUILDER_SCRIPT)):
83 if not path_exists(TEMP_CACHE_BUILDER_SCRIPT):
Dopen_ui.py25 from .utils import path_exists, wait_for_process_or_ctrl_c, wait_for_output
59 path_exists(os.environ["ANDROID_BUILD_TOP"] + ANDROID_TRACE_PROCESSOR))):
61 if path_exists(TORQ_TEMP_TRACE_PROCESSOR):
71 if not path_exists(TORQ_TEMP_TRACE_PROCESSOR):
Dutils.py24 def path_exists(path: str): function
48 if not path_exists(host_gecko_trace_filename):
Dtorq.py23 from .utils import path_exists, set_default_subparser
381 if not path_exists(args.file_path):
/system/apex/apexd/
Dapexd_test.cpp2554 auto path_exists = PathExists(previous_decompressed_apex); in TEST_F() local
2555 ASSERT_TRUE(*path_exists); in TEST_F()
3606 auto path_exists = PathExists(ota_apex_path); in TEST_F() local
3607 ASSERT_TRUE(*path_exists); in TEST_F()
3618 path_exists = PathExists(ota_apex_path); in TEST_F()
3619 ASSERT_FALSE(*path_exists); in TEST_F()