Home
last modified time | relevance | path

Searched defs:abs_path (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/aidegen/lib/
Dnative_util.py70 def _find_parent(abs_path, current_parent): argument
195 def _check_java_file_exists(abs_path): argument
Dcommon_util.py181 def is_android_root(abs_path): argument
459 def exist_android_bp(abs_path): argument
471 def exist_android_mk(abs_path): argument
Dproject_info.py295 def get_target_name(target, abs_path): argument
/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py85 def _get_unique_project_name(abs_path, root_dir): argument
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py190 def _get_project_file_names(abs_path): argument
223 def _get_git_current_commit_id(abs_path): argument
260 def _git_checkout_commit_id(abs_path, commit_id): argument
/tools/test/connectivity/acts/framework/acts/
Dutils.py112 def abs_path(path): function