HomeSort by relevance Sort by last modified time
    Searched full:target_path (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/data/videos/
VideoPackage1.mk 20 TARGET_PATH := system/media/video
23 # $(LOCAL_PATH)/AndroidInSpace.240p.mp4:$(TARGET_PATH)/AndroidInSpace.240p.mp4 \
24 # $(LOCAL_PATH)/AndroidInSpace.480p.lq.mp4:$(TARGET_PATH)/AndroidInSpace.480p.mp4 \
25 # $(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4 \
26 # $(LOCAL_PATH)/Sunset.480p.lq.mp4:$(TARGET_PATH)/Sunset.480p.mp4
VideoPackage2.mk 20 TARGET_PATH := system/media/video
23 # $(LOCAL_PATH)/AndroidInSpace.240p.mp4:$(TARGET_PATH)/AndroidInSpace.240p.mp4 \
24 # $(LOCAL_PATH)/AndroidInSpace.480p.mq.mp4:$(TARGET_PATH)/AndroidInSpace.480p.mp4 \
25 # $(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4 \
26 # $(LOCAL_PATH)/Sunset.480p.mq.mp4:$(TARGET_PATH)/Sunset.480p.mp4
  /external/jsoncpp/scons-tools/
targz.py 43 target_path = str(target[0])
44 fileobj = gzip.GzipFile( target_path, 'wb', compression )
45 tar = tarfile.TarFile(os.path.splitext(target_path)[0], 'w', fileobj)
  /system/update_engine/payload_consumer/
install_plan.cc 99 partition.name, target_slot, &partition.target_path) && result;
101 partition.target_path.clear();
113 target_path == that.target_path &&
postinstall_runner_action.cc 102 utils::MakePartitionNameForMount(partition.target_path);
104 LOG(ERROR) << "Cannot make mountable device from " << partition.target_path;
157 << abs_path << ") installed on device " << partition.target_path
175 command.push_back(partition.target_path);
install_plan.h 49 // Load the |source_path| and |target_path| of all |partitions| based on the
89 std::string target_path; member in struct:chromeos_update_engine::InstallPlan::Partition
filesystem_verifier_action_unittest.cc 175 part.target_path = a_dev;
293 part.target_path = "/no/such/file";
  /frameworks/base/tools/layoutlib/bridge/src/libcore/io/
MemoryMappedFile_Delegate.java 49 private static final String TARGET_PATH = System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo";
55 if (!path.startsWith(TARGET_PATH)) {
61 path = path.substring(TARGET_PATH.length());
  /external/libchrome/base/files/
file_util_posix.cc 315 // the suffix after from_path to to_path to create the target_path.
316 FilePath target_path(to_path);
318 if (!from_path_base.AppendRelativePath(current, &target_path)) {
325 if (mkdir(target_path.value().c_str(),
330 << target_path.value() << " errno = " << errno;
334 if (!CopyFile(current, target_path)) {
336 << target_path.value();
402 bool CreateSymbolicLink(const FilePath& target_path,
405 DCHECK(!target_path.empty());
406 return ::symlink(target_path.value().c_str()
    [all...]
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor_util/
move.py 28 os.rename(move.source_path, move.target_path)
56 def target_path(self): member in class:_Move
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Header.java 10 public static final ByteString TARGET_PATH = ByteString.encodeUtf8(":path");
Hpack.java 50 new Header(Header.TARGET_PATH, "/"),
51 new Header(Header.TARGET_PATH, "/index.html"),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video.py 28 def UploadToCloudStorage(self, bucket, target_path):
32 target_path: Path indicating where to store the file in cloud storage.
34 cloud_storage.Insert(bucket, target_path, self._video_file_obj.name)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 79 TARGET_PATH=/data/local/tmp/libcxx-${SHARD_TEST_TOOLCHAIN}-$(dirname $PWD | sum | cut -d' ' -f1)-$(basename $PWD)
81 TARGET_PATH=/data/local/tmp/libcxx
320 run2 $ADB push $FILE $TARGET_PATH/$FILE_BASENAME 2>/dev/null
328 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
334 adb_shell "cd $TARGET_PATH; LD_LIBRARY_PATH=$TARGET_PATH LIBUNWIND_PRINT_UNWINDING=1 ./$EXECUTABLE_BASENAME"
347 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
353 adb_shell "rm -rf $TARGET_PATH"
354 adb_shell "mkdir -p $TARGET_PATH"
364 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so $TARGET_PATH 2>/dev/nul
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 89 TARGET_PATH=/data/local/tmp/$TARGET_TEST_SUBDIR
307 run2 $ADB push $FILE $TARGET_PATH/$FILE_BASENAME 2>/dev/null
315 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
321 adb_shell "LD_LIBRARY_PATH=$TARGET_PATH; cd $TARGET_PATH; ./$EXECUTABLE_BASENAME"
334 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
340 adb_shell "rm -rf $TARGET_PATH"
341 adb_shell "mkdir -p $TARGET_PATH"
353 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so $TARGET_PATH 2>/dev/null
360 run2 $ADB push $LIBCOMPILER_RT_LIBS/libcompiler_rt_shared.so $TARGET_PATH 2>/dev/nul
    [all...]
  /external/skia/platform_tools/ios/bin/
ios_setup.sh 141 local TARGET_PATH="$IOS_MOUNT_POINT/$IOS_DOCS_DIR/$1"
144 if [[ -e $TARGET_PATH ]]; then
  /art/runtime/
oat_file_assistant_test.cc 991 std::vector<std::string> target_path; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
FramedTransport.java 45 import static com.squareup.okhttp.internal.framed.Header.TARGET_PATH;
117 result.add(new Header(TARGET_PATH, RequestLine.requestPath(request.httpUrl())));
140 || name.equals(TARGET_PATH)
  /frameworks/native/cmds/installd/
commands.h 78 int idmap(const char *target_path, const char *overlay_path, uid_t uid);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder.py 169 def CanPossiblyHandlePath(target_path):
170 return os.path.splitext(target_path.lower())[1] == '.apk'
desktop_browser_finder.py 97 def CanPossiblyHandlePath(target_path):
98 _, extension = os.path.splitext(target_path.lower())
  /external/autotest/client/bin/
site_sysinfo.py 175 target_path = os.path.join(dest_dir,
177 target_dir = os.path.dirname(target_path)
180 with open(target_path, "w") as out_log:
  /external/jsoncpp/
makerelease.py 136 def download( url, target_path ):
137 """Download file represented by url to target_path.
144 fout = open( target_path, 'wb' )
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 97 if (requestHeaders.get(i).name.equals(Header.TARGET_PATH)) {
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.image_processing.video.html 129 <dl><dt><a name="Video-UploadToCloudStorage"><strong>UploadToCloudStorage</strong></a>(self, bucket, target_path)</dt><dd><tt>Uploads&nbsp;video&nbsp;file&nbsp;to&nbsp;cloud&nbsp;storage.<br>
132 &nbsp;&nbsp;target_path:&nbsp;Path&nbsp;indicating&nbsp;where&nbsp;to&nbsp;store&nbsp;the&nbsp;file&nbsp;in&nbsp;cloud&nbsp;storage.</tt></dd></dl>

Completed in 348 milliseconds

1 2