Home
last modified time | relevance | path

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

/system/tools/hidl/
Dupdate-makefiles-helper.sh35 local current_dir=$1
37 pushd $current_dir > /dev/null;
97 local current_dir=$root_or_cwd$(package_root_to_root $1)
99 echo "Updating makefiles for $current_package in $current_dir."
103 local packages=$(get_packages $current_dir $current_package) || return 1
/system/bt/gd/rust/packets/
Dbuild.rs26 Err(_) => PathBuf::from(env::current_dir().unwrap()).join("../..").canonicalize().unwrap(), in main()
/system/apex/tools/
Dapex_compression_test.py117 current_dir = os.path.dirname(os.path.realpath(__file__))
118 return current_dir
/system/bt/gd/rust/facade_proto/
Dbuild.rs65 Err(_) => PathBuf::from(env::current_dir().unwrap()).join("../..").canonicalize().unwrap(), in main()
/system/vold/
DUtils.cpp1394 std::string current_dir = "/"; in MkdirsSync() local
1398 std::string parent_dir = current_dir; in MkdirsSync()
1399 if (current_dir != "/") current_dir += "/"; in MkdirsSync()
1400 current_dir += component; in MkdirsSync()
1402 if (!pathExists(current_dir)) { in MkdirsSync()
1403 if (mkdir(current_dir.c_str(), mode) != 0) { in MkdirsSync()
1404 PLOG(ERROR) << "Failed to create " << current_dir; in MkdirsSync()
1408 LOG(DEBUG) << "Created directory " << current_dir; in MkdirsSync()
/system/apex/apexer/
Dapexer_test.py130 current_dir = os.path.dirname(os.path.realpath(__file__))
131 return current_dir