Searched refs:ForkExecvp (Results 1 – 11 of 11) sorted by relevance
/system/vold/fs/ |
D | Exfat.cpp | 47 int rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext); in Check() 84 int rc = ForkExecvp(cmd); in Format()
|
D | Ext4.cpp | 120 return ForkExecvp(cmd, nullptr, sFsckContext); in Check() 158 return ForkExecvp(cmd); in Resize() 211 return ForkExecvp(cmd); in Format()
|
D | F2fs.cpp | 51 return ForkExecvp(cmd, nullptr, sFsckContext); in Check() 98 return ForkExecvp(cmd); in Format()
|
D | Vfat.cpp | 71 rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext); in Check() 169 int rc = ForkExecvp(cmd); in Format()
|
/system/vold/model/ |
D | Disk.cpp | 315 status_t res = ForkExecvp(cmd, &output); in readPartitions() 427 if ((res = ForkExecvp(cmd)) != 0) { in partitionPublic() 440 if ((res = ForkExecvp(cmd)) != 0) { in partitionPublic() 466 if ((res = ForkExecvp(cmd)) != 0) { in partitionMixed() 529 if ((res = ForkExecvp(cmd)) != 0) { in partitionMixed()
|
/system/vold/ |
D | MoveStorage.cpp | 99 return ForkExecvp(cmd); in execRm() 153 return ForkExecvp(cmd); in execCp()
|
D | KeyStorage.cpp | 588 if (ForkExecvp(std::vector<std::string>{kSecdiscardPath, "--", file}) != 0) { in runSecdiscardSingle() 596 if (ForkExecvp(std::vector<std::string>{kRmPath, "-rf", dir}) != 0) { in recursiveDeleteKey() 619 if (ForkExecvp(secdiscard_cmd) != 0) { in destroyKey()
|
D | Utils.h | 80 status_t ForkExecvp(const std::vector<std::string>& args, std::vector<std::string>* output = nullpt…
|
D | vold_prepare_subdirs.cpp | 116 android::vold::ForkExecvp(std::vector<std::string>{"/system/bin/rm", "-rf", subdir})) { in rmrf_contents()
|
D | Utils.cpp | 287 status_t res = ForkExecvp(cmd, &output, untrusted ? sBlkidUntrustedContext : sBlkidContext); in readMetadata() 344 status_t ForkExecvp(const std::vector<std::string>& args, std::vector<std::string>* output, in ForkExecvp() function
|
D | FsCrypt.cpp | 791 if (0 != android::vold::ForkExecvp( in prepare_subdirs()
|