Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/scripts/
Dskp-capture.sh39 local_path="${local_path_prefix}.${extension}"
/frameworks/native/cmds/installd/
Dutils.cpp1126 std::string local_path = current_path + "/" + name; in collect_profiles() local
1132 if (stat(local_path.c_str(), &st) != 0) { in collect_profiles()
1133 PLOG(WARNING) << "Cannot stat local path " << local_path; in collect_profiles()
1137 profiles_paths->push_back(local_path); in collect_profiles()
1149 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()
1156 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()
1160 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()
1163 PLOG(WARNING) << "Could not close dir path " << local_path; in collect_profiles()
/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])