Home
last modified time | relevance | path

Searched refs:short_path (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dlua_proto_library.bzl10 short_path = file.short_path
11 if short_path.startswith("../"):
12 second_slash = short_path.index("/", 3)
13 short_path = short_path[second_slash + 1:]
18 if short_path.startswith("_virtual_imports"):
19 short_path = short_path.split("/", 2)[-1]
20 return short_path
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dbuild_defs.bzl54 short_path = file.short_path
55 if short_path.startswith("../"):
56 second_slash = short_path.index("/", 3)
57 short_path = short_path[second_slash + 1:]
58 return short_path
Dupb_proto_library.bzl17 short_path = file.short_path
18 if short_path.startswith("../"):
19 second_slash = short_path.index("/", 3)
20 short_path = short_path[second_slash + 1:]
27 if virtual_imports in short_path:
28 short_path = short_path.split(virtual_imports)[1].split("/", 1)[1]
29 return short_path
/external/webrtc/sdk/android/
DPRESUBMIT.py19 short_path = input_api.basename(input_api.PresubmitLocalPath())
25 (short_path, full_path))]
/external/crosvm/arch/src/
Dserial.rs275 let mut short_path = PathBuf::with_capacity(MAX_SOCKET_PATH_LENGTH); in create_serial_device() localVariable
276 short_path.push("/proc/self/fd/"); in create_serial_device()
288 short_path.push(dir.as_raw_descriptor().to_string()); in create_serial_device()
289 short_path.push(path.file_name().ok_or(Error::InvalidPath)?); in create_serial_device()
290 path_cow = Cow::Owned(short_path); in create_serial_device()
/external/bazelbuild-rules_android/rules/
Ddata_binding.bzl82 "GenerateDataBindingBaseClasses %s" % class_info.short_path
97 # short_path might contain a parent directory reference if the
102 path = artifact.short_path
258 br_out.path.rpartition(br_out.short_path)[0] +
Dutils.bzl207 progress_message = "Copy %s to %s" % (src.short_path, dest.short_path),
219 progress_message = "Copy %s to %s" % (src.short_path, dest.short_path),
Dbusybox.bzl427 progress_message = "Parsing Android Resources in %s" % out_symbols.short_path,
511 "Merging Android Assets in %s" % out_assets_zip.short_path,
586 "Linking Android Resources in " + out_file.short_path,
639 progress_message = "Compiling Android Resources in %s" % out_file.short_path,
740 "Merging compiled Android Resources in " + out_class_jar.short_path,
753 return manifest.short_path.replace("/_migrated/", "/")
829 progress_message = "Merging Android Manifests in %s" % out_file.short_path,
Dproguard.bzl43 "Validating proguard configuration %s" % proguard_spec.short_path
Dcommon.bzl101 progress_message = "Filtering %s" % in_zip.short_path,
Dresources.bzl211 sort_key = manifest.short_path + "#"
763 progress_message = "Generating compile-time R %s" % r_srcjar.short_path,
/external/grpc-grpc-java/
Djava_grpc_library.bzl3 return f.short_path
/external/python/cpython2/Lib/test/
Dtest_urllib2_localnet.py231 for path in [request_handler.path, request_handler.short_path]:
265 self.short_path = path
/external/python/cpython3/Lib/test/
Dtest_urllib2_localnet.py190 for path in [request_handler.path, request_handler.short_path]:
267 self.short_path = path
/external/tensorflow/third_party/nccl/
Dbuild_defs.bzl.tpl135 "REGISTERLINKBINARYFILE": '"%s"' % register_h.short_path,
136 "FATBINFILE": '"%s"' % fatbin_h.short_path,
/external/starlark-go/syntax/testdata/
Dscan.star1099 progress_message = "Linking %s" % ctx.outputs.out.short_path,
/external/tensorflow/tensorflow/
Dtensorflow.bzl2896 content = "\n".join([f.short_path for f in ctx.files.dep]),