Searched refs:dirIndex (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1414 unsigned long dirIndex = dex_path.rfind('/'); local
1415 if (dirIndex == std::string::npos) {
1419 std::string dex_dir = dex_path.substr(0, dirIndex);
1755 size_t dirIndex = dex_path.rfind('/'); local
1756 if (dirIndex == std::string::npos) {
1763 std::string apk_dir = dex_path.substr(0, dirIndex);
H A Dutils.cpp249 size_t dirIndex = dex_path.rfind('/'); local
250 if (dirIndex == std::string::npos) {
253 if (dirIndex == dex_path.size() - 1) {
256 *out_dir_name = dex_path.substr(0, dirIndex);
257 *out_file_name = dex_path.substr(dirIndex + 1);
/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) {
146 aaudio_direction_t direction = directions[dirIndex];

Completed in 69 milliseconds