HomeSort by relevance Sort by last modified time
    Searched defs:src_path (Results 1 - 3 of 3) sorted by null

  /external/libxcam/tests/
test-binary-kernel.cpp 50 char *src_path = NULL, *bin_path = NULL; local
71 src_path = optarg;
89 if (!src_path || !bin_path) {
98 if (src_file.open (src_path, "r") != XCAM_RETURN_NO_ERROR ||
105 CHECK_STATEMENT (ret, FAILED_STATEMENT, "get source sizes from %s failed", src_path);
111 CHECK_STATEMENT (ret, FAILED_STATEMENT, "read source from %s failed", src_path);
  /bootable/recovery/tests/component/
imgdiff_test.cpp 815 std::string src_path = from_testdata_base("deflate_src.zip"); local
    [all...]
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 171 "CreateJunction($module, src_path, dst_path, /)\n"
179 _winapi_CreateJunction_impl(PyObject *module, LPWSTR src_path,
186 LPWSTR src_path; local
190 &src_path, &dst_path)) {
193 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path);

Completed in 357 milliseconds