Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_open_params.cpp129 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) { in TEST() local
130 aaudio_direction_t direction = directions[dirIndex]; in TEST()
/frameworks/native/cmds/installd/
Dutils.cpp294 size_t dirIndex = dex_path.rfind('/'); in get_secondary_dex_location() local
295 if (dirIndex == std::string::npos) { in get_secondary_dex_location()
298 if (dirIndex == dex_path.size() - 1) { in get_secondary_dex_location()
301 *out_dir_name = dex_path.substr(0, dirIndex); in get_secondary_dex_location()
302 *out_file_name = dex_path.substr(dirIndex + 1); in get_secondary_dex_location()
Ddexopt.cpp1682 unsigned long dirIndex = dex_path.rfind('/'); in prepare_secondary_dex_oat_dir() local
1683 if (dirIndex == std::string::npos) { in prepare_secondary_dex_oat_dir()
1687 std::string dex_dir = dex_path.substr(0, dirIndex); in prepare_secondary_dex_oat_dir()
1816 size_t dirIndex = dex_path.rfind('/'); in create_secondary_dex_oat_layout() local
1817 if (dirIndex == std::string::npos) { in create_secondary_dex_oat_layout()
1824 std::string apk_dir = dex_path.substr(0, dirIndex); in create_secondary_dex_oat_layout()