Searched refs:os (Results 1 - 25 of 199) sorted by relevance

12345678

/system/core/storaged/binder/android/os/storaged/
H A DUidInfo.aidl17 package android.os.storaged;
H A DIStoragedPrivate.aidl17 package android.os.storaged;
19 import android.os.storaged.UidInfo;
/system/netd/libnetdutils/
H A DFd.cpp22 std::ostream& operator<<(std::ostream& os, const Fd& fd) { argument
23 return os << "Fd[" << fd.get() << "]";
H A DUniqueFd.cpp33 std::ostream& operator<<(std::ostream& os, const UniqueFd& fd) { argument
34 return os << "UniqueFd[" << static_cast<Fd>(fd) << "]";
H A DNetfilter.cpp25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { argument
26 return os << std::hex << "nfgenmsg["
/system/core/storaged/binder/android/os/
H A DIStoraged.aidl17 package android.os;
/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngineCallback.aidl17 package android.os;
H A DIUpdateEngine.aidl17 package android.os;
19 import android.os.IUpdateEngineCallback;
/system/update_engine/update_manager/
H A Dumtest_utils.cc25 void PrintTo(const EvalStatus& status, ::std::ostream* os) { argument
26 *os << ToString(status);
/system/vold/binder/android/os/
H A DIVoldTaskListener.aidl17 package android.os;
19 import android.os.PersistableBundle;
/system/vold/
H A DIdleMaint.h20 #include "android/os/IVoldTaskListener.h"
25 void Trim(const android::sp<android::os::IVoldTaskListener>& listener);
26 int RunIdleMaint(const android::sp<android::os::IVoldTaskListener>& listener);
27 int AbortIdleMaint(const android::sp<android::os::IVoldTaskListener>& listener);
H A DBenchmark.h20 #include "android/os/IVoldTaskListener.h"
28 const android::sp<android::os::IVoldTaskListener>& listener);
/system/sepolicy/build/
H A Dfile_utils.py18 import os namespace
25 if os.path.exists(file_path):
28 parent_dir = os.path.dirname(file_path)
29 if parent_dir and not os.path.exists(parent_dir):
30 os.makedirs(parent_dir)
/system/update_engine/payload_generator/
H A Dannotated_operation.cc31 void OutputExtents(std::ostream* os, argument
34 *os << " (" << extent.start_block() << ", " << extent.num_blocks() << ")";
53 std::ostream& operator<<(std::ostream& os, const AnnotatedOperation& aop) { argument
58 os << InstallOperationTypeName(aop.op.type()) << " " << aop.op.data_length();
60 os << " @" << aop.op.data_offset();
62 os << std::endl << " name: " << aop.name;
65 os << std::endl << " src:";
66 OutputExtents(&os, aop.op.src_extents());
69 os << std::endl << " dst:";
70 OutputExtents(&os, ao
[all...]
/system/iot/attestation/at-factory-tool/
H A Dserialmapperlinux.py16 import os namespace
36 if not os.path.exists(self.USB_DEVICES_PATH):
39 for device_folder_name in os.listdir(self.USB_DEVICES_PATH):
40 device_folder = os.path.join(self.USB_DEVICES_PATH, device_folder_name)
41 if os.path.isdir(device_folder):
47 serial_path = os.path.join(device_folder, 'serial')
48 if os.path.isfile(serial_path):
/system/core/base/
H A Dchrono_utils.cpp36 std::ostream& operator<<(std::ostream& os, const Timer& t) { argument
37 os << t.duration().count() << "ms";
38 return os;
/system/extras/tests/bootloader/
H A Dshelltest.py16 import os namespace
22 self.device = adb.get_device(os.getenv("BOOTLOADER_TEST_SERIAL"));
/system/timezone/
H A Dtzdatautil.py15 import os namespace
22 for filename in os.listdir(dir_name):
/system/tools/aidl/tests/
H A Dtest_data_string_constants.cpp24 const char kCanonicalName[] = "android.os.IStringConstants";
26 package android.os;
37 * Original file: android/os/IStringConstants.aidl
39 package android.os;
40 public interface IStringConstants extends android.os.IInterface
43 public static abstract class Stub extends android.os.Binder implements android.os.IStringConstants
45 private static final java.lang.String DESCRIPTOR = "android.os.IStringConstants";
52 * Cast an IBinder object into an android.os.IStringConstants interface,
55 public static android.os
[all...]
/system/bt/build/toolchain/clang/
H A Dget_clang_suffix.py1 import os namespace
7 for p in os.environ["PATH"].split(os.pathsep):
8 clang_path = os.path.join(p, cmd)
9 if os.path.exists(clang_path):
/system/bt/test/
H A Drun_host_unit_tests.py18 import os namespace
45 if not os.path.isdir(dir):
61 value = os.environ.get('ANDROID_BUILD_TOP')
64 current_path = os.path.abspath(os.getcwd())
65 while current_path and os.path.isdir(current_path):
66 soong_ui_bash_path = os.path.join(current_path, SOONG_UI_BASH)
67 if os.path.isfile(soong_ui_bash_path):
75 parent_path = os.path.abspath(os
[all...]
/system/ca-certificates/google/
H A Dextract_from_pem.py18 import os namespace
35 file_path = os.path.join(output_dir, '%s.%d' % (base_name, i))
36 while os.path.exists(file_path):
42 file_path = os.path.join(output_dir, '%s.%d' % (base_name, i))
66 assert os.path.isdir(args.output_dir) and os.path.isfile(args.pem_file)
71 for existing_file in os.listdir(args.output_dir):
72 os.remove(os.path.join(args.output_dir, existing_file))
/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py24 import os namespace
25 import os.path namespace
45 if not os.path.isfile(self.perf_data_path):
49 if not os.path.isdir(symfs_dir):
56 if not os.path.isdir(self.binary_cache_dir):
57 os.makedirs(self.binary_cache_dir)
115 for root, _, files in os.walk(symfs_dir):
119 build_id = self._read_build_id(os.path.join(root, file))
125 self._copy_to_binary_cache(os.path.join(root, file),
132 target_file = target_file.replace('/', os
[all...]
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
H A DMultiProcessService.java5 import android.os.Handler;
6 import android.os.IBinder;
7 import android.os.Message;
8 import android.os.Messenger;
/system/extras/perfprofd/binder_interface/aidl/android/os/
H A DIPerfProfd.aidl17 package android.os;

Completed in 2107 milliseconds

12345678