/system/extras/puncture_fs/ |
puncture_fs.c | 73 static bool create_unique_file(const char * const dir_path, const u64 size, 83 sprintf(file_path, "%s/file_%lu", dir_path, id);
|
/external/v8/build/android/gyp/util/ |
build_utils.py | 44 def MakeDirectory(dir_path): 46 os.makedirs(dir_path) 51 def DeleteDirectory(dir_path): 52 if os.path.exists(dir_path): 53 shutil.rmtree(dir_path)
|
md5_check.py | 362 def _UpdateMd5ForDirectory(md5, dir_path): 363 for root, _, files in os.walk(dir_path):
|
/external/jsoncpp/ |
makerelease.py | 41 def rmdir_if_exist( dir_path ): 42 if os.path.isdir( dir_path ): 43 shutil.rmtree( dir_path )
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/ |
omx_proxy_camera.c | 551 OMX_S32 read_DCCdir(OMX_PTR buffer, OMX_STRING * dir_path, OMX_U16 numofURI) 568 d = opendir(dir_path[i]); 575 strcpy(temp, dir_path[i]);
|
/system/update_engine/common/ |
test_utils.cc | 115 bool IsXAttrSupported(const base::FilePath& dir_path) { 116 char *path = strdup(dir_path.Append("xattr_test_XXXXXX").value().c_str()); 120 PLOG(ERROR) << "Error creating temporary file in " << dir_path.value();
|
test_utils.h | 97 // |dir_path| which must be writable. Returns true if the feature is 99 bool IsXAttrSupported(const base::FilePath& dir_path);
|
/external/autotest/utils/ |
run_pylint.py | 291 def check_dir(dir_path, base_opts): 293 Calls visit on files in dir_path. 296 @param dir_path: path to directory. 298 os.path.walk(dir_path, visit, base_opts)
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
memory_cache_http_server.py | 206 dir_path = os.path.dirname(file_path) 207 self.resource_map[dir_path] = self.resource_map[file_path]
|
/external/toybox/toys/pending/ |
bootchartd.c | 145 char *dir, dir_path[] = "/tmp/bootchart.XXXXXX"; local 147 if ((dir = mkdtemp(dir_path))) {
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 100 static u32 build_default_directory_structure(const char *dir_path, 124 asprintf(&path, "%slost+found", dir_path); 144 dir_path is an absolute path, with trailing slash, to the same directory 146 static u32 build_directory_structure(const char *full_path, const char *dir_path, const char *target_out_path, 197 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name); 277 asprintf(&dentries[0].path, "%slost+found", dir_path);
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
provision_devices.py | 279 dir_path = posixpath.dirname(adb_wrapper.ADB_KEYS_FILE) 280 device.RunShellCommand(['mkdir', '-p', dir_path], 282 device.RunShellCommand(['restorecon', dir_path],
|
/external/v8/build/android/ |
provision_devices.py | 252 dir_path = posixpath.dirname(constants.ADB_KEYS_FILE) 253 device.RunShellCommand(['mkdir', '-p', dir_path], 255 device.RunShellCommand(['restorecon', dir_path],
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/ |
omx_proxy_camera.c | 757 OMX_S32 read_DCCdir(OMX_PTR buffer, OMX_STRING * dir_path, OMX_U16 numofURI) 774 d = opendir(dir_path[i]); 781 strcpy(temp, dir_path[i]);
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
page_test_results.py | 364 def _SerializeTracesToDirPath(self, dir_path): 365 """ Serialize all trace values to files in dir_path and return a list of 368 fh = value.Serialize(dir_path)
|
/external/libchrome/base/files/ |
file_util.h | 206 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
|
/system/core/adb/ |
file_sync_client.cpp | 802 std::string dir_path = rpath; 803 dir_path.push_back('/'); 804 if (!sync_stat(sc, dir_path.c_str(), nullptr, &mode, nullptr)) { 805 sc.Error("failed to stat remote symlink '%s'", dir_path.c_str()); [all...] |
/system/connectivity/shill/ |
socket_info_reader_unittest.cc | 89 const FilePath& dir_path, FilePath* file_path) { 90 ASSERT_TRUE(base::CreateTemporaryFileInDir(dir_path, file_path));
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_test.py | 780 dir_path = '/%s/plugh' % directory 781 self.filesystem.CreateDirectory(dir_path) 782 self.assertTrue(self.filesystem.Exists(dir_path)) 783 self.assertRaises(OSError, self.os.remove, dir_path) 784 self.assertTrue(self.filesystem.Exists(dir_path)) 787 self.assertTrue(self.filesystem.Exists(dir_path)) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
util.py | 222 def CreateDirIfNeeded(dir_path, mode=0777): 224 if not os.path.exists(dir_path): 228 os.makedirs(dir_path, mode) [all...] |
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 1203 char dir_path[20]; local [all...] |
/external/webrtc/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | 2058 std::string dir_path = JavaToStdString(jni, j_dirPath); local 2082 std::string dir_path = JavaToStdString(jni, j_dirPath); local [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 77 extern char dir_path[80]; 984 printf("Deleting images from %s \n", dir_path); 985 if(!sprintf(rem_str,"rm %s/*.jpg",dir_path)) 1079 if(strcat(dir_path,dir_name) == NULL) [all...] |
camera_test_menu.cpp | 95 char dir_path[80] = SDCARD_PATH; variable 600 sprintf(fn, "%s/img%03d.jpg", dir_path,counter); [all...] |
/external/autotest/client/common_lib/ |
base_packages.py | 565 def upload_pkg_dir(self, dir_path, upload_path): 574 local_path = os.path.join(dir_path, "*") 592 % (dir_path, upload_path, why)) [all...] |