Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp1127 std::string local_path = current_path + "/" + name; in collect_profiles() local
1133 if (stat(local_path.c_str(), &st) != 0) { in collect_profiles()
1134 PLOG(WARNING) << "Cannot stat local path " << local_path; in collect_profiles()
1138 profiles_paths->push_back(local_path); in collect_profiles()
1150 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()
1157 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()
1161 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()
1164 PLOG(WARNING) << "Could not close dir path " << local_path; in collect_profiles()
/frameworks/base/libs/hwui/tests/scripts/
Dskp-capture.sh29 local_path="${local_path_prefix}.skp"
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py298 def pull(self, remote_path, local_path): argument
299 self._call_adb(*["pull", remote_path, local_path])