Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2685 static bool is_absolute_path(const std::string& path) { in is_absolute_path() function
2710 if (!is_absolute_path(oat_dir_)) return false; in calculate_oat_file_path_default()
2711 if (!is_absolute_path(apk_path_)) return false; in calculate_oat_file_path_default()
2738 if (!is_absolute_path(apk_path_)) return false; in calculate_odex_file_path_default()
2757 if (!is_absolute_path(src_)) return false; in create_cache_path_default()