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 | Vfat.cpp | 71 rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext); in Check() 169 int rc = ForkExecvp(cmd); in Format()
|
D | F2fs.cpp | 52 return ForkExecvp(cmd, nullptr, sFsckContext); in Check()
|
/system/vold/model/ |
D | Disk.cpp | 339 status_t res = ForkExecvp(cmd, &output); in readPartitions() 457 if ((res = ForkExecvp(cmd)) != 0) { in partitionPublic() 470 if ((res = ForkExecvp(cmd)) != 0) { in partitionPublic() 496 if ((res = ForkExecvp(cmd)) != 0) { in partitionMixed() 559 if ((res = ForkExecvp(cmd)) != 0) { in partitionMixed()
|
/system/vold/ |
D | MoveStorage.cpp | 97 return ForkExecvp(cmd); in execRm() 151 return ForkExecvp(cmd); in execCp()
|
D | KeyStorage.cpp | 663 if (ForkExecvp(std::vector<std::string>{kSecdiscardPath, "--", file}) != 0) { in runSecdiscardSingle() 671 if (ForkExecvp(std::vector<std::string>{kRmPath, "-rf", dir}) != 0) { in recursiveDeleteKey() 698 if (ForkExecvp(secdiscard_cmd) != 0) { in destroyKey()
|
D | Utils.h | 107 status_t ForkExecvp(const std::vector<std::string>& args, std::vector<std::string>* output = nullpt…
|
D | vold_prepare_subdirs.cpp | 134 android::vold::ForkExecvp(std::vector<std::string>{"/system/bin/rm", "-rf", subdir})) { in rmrf_contents()
|
D | Utils.cpp | 647 status_t res = ForkExecvp(cmd, &output, untrusted ? sBlkidUntrustedContext : sBlkidContext); in readMetadata() 704 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()
|